Skip to content

Conversation

mpretty-cyro
Copy link
Collaborator

@mpretty-cyro mpretty-cyro commented Mar 21, 2025

In order to properly support libc++18 (and clang-19) no longer support the ustring/ustring_view convention we were using and as such we were forced to update a number of our libraries to replace this convention with a more standard approach (we settled on std::vector<unsigned char> and std::span<const unsigned char>)

This "retyping" also affected libSession which means there are a number of breaking changes in the next version made as part of session-foundation/libsession-util#26

This PR updates the libSession wrapper code to support these changes

Note: This shouldn't be merged until after session-foundation/libsession-util#26 has been merged

@mpretty-cyro mpretty-cyro self-assigned this Mar 21, 2025
@SessionHero01
Copy link
Collaborator

Hey @mpretty-cyro do you still need this PR?

@mpretty-cyro
Copy link
Collaborator Author

Hey @mpretty-cyro do you still need this PR?

Ah nope, I'll close it now

@mpretty-cyro
Copy link
Collaborator Author

Superseded by session-foundation/libsession-util-android#4

@mpretty-cyro mpretty-cyro deleted the fix/libsession-1-3-0-support branch April 8, 2025 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants